Autocorrect Customization And International Support

RapidSpellAsYouType includes an autocorrector (which can be disabled by setting RapidSpellAsYouType.AutoCorrectEnabled=false) for English.

The RapidSpellAsYouType.AutoCorrectionMap is a Hashtable linking user entries to substitutions. This can be modified as desired when the form is created.

Eg.

rapidSpellAsYouType1.AutoCorrectionMap["vb"] = "Visual Basic";
will cause the text "vb" to be changed to "Visual Basic" when the user enters it.

In this way, auto correction lists for any language can be used.